projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93fdf2f
)
(main) [WINDOWSNT]: Call syms_of_ntproc.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 10 May 1996 20:31:20 +0000
(20:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 10 May 1996 20:31:20 +0000
(20:31 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index e9f8439393d0ade08262b0f5fd5deed7d08ec4d0..35c8de4d73076b7cadb14ae24a1eaddede2b9b7b 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-896,6
+896,9
@@
Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\
#ifdef VMS
syms_of_vmsproc ();
#endif /* VMS */
+#ifdef WINDOWSNT
+ syms_of_ntproc ();
+#endif /* WINDOWSNT */
syms_of_window ();
syms_of_xdisp ();
#ifdef HAVE_X_WINDOWS